home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / comm / tcp / VCON.lha / VCON.readme
Encoding:
Text File  |  1998-08-15  |  1.1 KB  |  28 lines

  1. Short   : Telnet Daemon and Serial Login v0.3
  2. Uploader: markus.kall@swipnet.se (Marcus Käll)
  3. Author  : markus.kall@swipnet.se (Marcus Käll)
  4. Type    : comm/tcp
  5. Version : 0.3
  6.  
  7. VCON is a telnet Deamon that supports usergroup.library or
  8. multiuser.library login system. It emulates the CON: quite
  9. well with a few exceptions. It's compatible with most telnet
  10. applications. VCON is an daemon and must be started by inetd
  11. or other programs like Miami. It also has a prefs program.
  12.  
  13. New for version 0.3
  14. - Exec device support with connectscript.
  15. - Can be started without inetd.
  16. - Sends many breaksignals all the time if the user closes the connection.
  17. - Possibility to close log window.
  18. - Fixed a bug in ACTION_READ.
  19. - VCON sends 0 instead if -1 when EOF, some more programs work now.
  20. - Arguments can be added direct to the command line (or inte the inetd.conf or miami).
  21.  
  22. New for version 0.2
  23. - Ctrl-Return (Ascii-10) works.
  24. - Telnetprograms that send both ascii 13 and 10 work too.
  25. - Removed a bug caused when using ACTION_DISK_INFO,
  26.   now it send DOSFALSE instead of trash.
  27. - Reads more than one character at a time.
  28.